home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / signoff < prev    next >
Encoding:
Text File  |  2001-03-21  |  518 b   |  20 lines

  1. Synopsis:
  2.    on [<modes>]signoff [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client observes another client on
  6.    a common channel signing off from irc.  It only hooks once per user,
  7.    not once per channel.
  8.  
  9. Parameters:
  10.    $0    nickname of person signing off
  11.    $1-   signoff message
  12.  
  13. See Also:
  14.    on(5) channel_signoff, exit; quit(1)
  15.  
  16. Other Notes:
  17.    This hook is only triggered for other users.  To hook your own signoff,
  18.    use the EXIT hook.
  19.  
  20.